Destroy native children when recursing from a destroy on a virtual window
authorAlexander Larsson <alexl@redhat.com>
Thu, 5 Feb 2009 08:55:39 +0000 (09:55 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:15:33 +0000 (10:15 +0200)
commit22da9d08daca4850e6935ade6196fb1f4148a425
treebe39ac6e1bca304b5729c86a53c83890c74bf671
parentd35b72326145cfc40f124e7469d22c57660ff2c8
Destroy native children when recursing from a destroy on a virtual window

Native descendants of a virtual children are not automatically destroyed
with the parent as if it was a native window, so we need to handle
the native recursion tracking manually in _gdk_window_destroy_hierarchy()
gdk/gdkwindow.c